
#demoLeft  img 
{
 
  
	}
#demoLeft {
float:left;         
background: #FFF;    
overflow:hidden;   
width: 100%;    
height:333px;      
}
 


#demoLeft .indemo { 
float: left;       
width: 500%;       
}

 

#demo1  {
float: left; 
}
#demo2  {
float: left; 
}

#demo1 img,#demo2 img  {
 
height:333px;
float:left;
}



